LassoScript Utility
Basics Browse Detail

[Email_SMTP->Close]

Tag Link [Email_SMTP->Close] Category Email
Type Member Source Available Yes
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type Boolean Security Tag
Implementation LDML Sets Lasso 8.5, Lasso 8.0

Description

[Email_SMTP->Close] closes an SMTP connection.

Syntax

[Var: 'SMTP' = (Email_SMTP)]
[$SMTP->(Open: -Host='smtp.example.com', -Username='JohnDoe', -Password='Example')]
[$SMTP->(Send: ...)]
[$SMTP->Close]

Parameters

No Parameters Required.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.